home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / GIMP 2.6.8 / gimp-2.6.8-i686-setup.exe / {app} / share / gimp / 2.0 / themes / Default / gtkrc
Text File  |  2009-12-15  |  3KB  |  104 lines

  1. # pixmap_path "<dir 1>:<dir 2>:<dir 3>:..."
  2. #
  3. # include "rc-file"
  4. #
  5. # style <name> [= <name>]
  6. # {
  7. #   <option>
  8. # }
  9. #
  10. # widget <widget_set> style <style_name>
  11. # widget_class <widget_class_set> style <style_name>
  12.  
  13.  
  14. # Don't define icons for the Default theme as they are compiled in
  15. #
  16. # include "imagerc"
  17.  
  18. # Do override some GTK stock icons however.
  19.  
  20. style "gimp-default-style"
  21. {
  22.   stock["gtk-dialog-error"] =
  23.     {
  24.       { "images/stock-error-64.png", *, *, "gtk-dialog" }
  25.     }
  26.   stock["gtk-dialog-info"] =
  27.     {
  28.       { "images/stock-info-64.png", *, *, "gtk-dialog" }
  29.     }
  30.   stock["gtk-dialog-question"] =
  31.     {
  32.       { "images/stock-question-64.png", *, *, "gtk-dialog" }
  33.     }
  34.   stock["gtk-dialog-warning"] =
  35.     {
  36.       { "images/stock-warning-64.png", *, *, "gtk-dialog" }
  37.     }
  38.  
  39.   GtkPaned::handle-size             = 6
  40.   GimpDock::default-height          = 300
  41.   GimpDock::font-scale              = 0.8333
  42.   GimpDockSeparator::height         = 6
  43.   GimpMenuDock::minimal-width       = 200
  44.   GimpMenuDock::menu-preview-size   = button
  45.   GimpToolbox::tool-icon-size       = button
  46.   GimpToolbox::button-relief        = none
  47.   GimpDockbook::tab-border          = 0
  48.   GimpDockbook::tab-icon-size       = button
  49.   GimpColorNotebook::tab-border     = 0
  50.   GimpColorNotebook::tab-icon-size  = button
  51.   GimpDockable::content-border      = 2
  52.   GimpEditor::content-spacing       = 2
  53.   GimpEditor::button-spacing        = 2
  54.   GimpEditor::button-icon-size      = menu
  55.   GimpDataEditor::minimal-height    = 96
  56.   GtkDialog::content-area-border    = 0
  57.   GtkDialog::button-spacing         = 6
  58.   GtkDialog::action-area-border     = 12
  59.   GimpUnitComboBox::appears-as-list = 0
  60. }
  61.  
  62. class "GtkWidget" style "gimp-default-style"
  63.  
  64.  
  65. style "gimp-tool-dialog-style" = "gimp-default-style"
  66. {
  67.   GtkDialog::action-area-border = 6
  68. }
  69.  
  70. class "GimpToolDialog" style "gimp-tool-dialog-style"
  71.  
  72.  
  73. style "gimp-grid-view-style" = "gimp-default-style"
  74. {
  75.   bg[NORMAL] = { 1.0, 1.0, 1.0 }
  76. }
  77.  
  78. widget "*GimpContainerGridView*GtkViewport*" style "gimp-grid-view-style"
  79.  
  80.  
  81. style "gimp-dockable-style" = "gimp-default-style"
  82. {
  83.   GimpFrame::label-bold       = 0
  84.   GimpFrame::label-spacing    = 2
  85.   GtkButton::focus-line_width = 1
  86.   GtkButton::focus-padding    = 0
  87. }
  88.  
  89. widget "*GimpDockable.*" style "gimp-dockable-style"
  90.  
  91.  
  92. style "gimp-display-style" = "gimp-default-style"
  93. {
  94.   GimpRuler::font-scale          = 0.8333
  95.   GimpUnitComboBox::label-scale  = 0.8333
  96.   GimpScaleComboBox::label-scale = 0.8333
  97.   GtkComboBox::arrow-size        = 8
  98.   GtkButton::inner-border        = { 0, 0, 0, 0 }
  99.   GtkButton::focus-line_width    = 0
  100.   GtkButton::focus-padding       = 0
  101. }
  102.  
  103. widget "*GimpDisplayShell.*" style "gimp-display-style"
  104.